Vcenter Vm Guest Networking Interfaces IpAddressInfo

Vcenter Vm Guest Networking Interfaces IpAddressInfo
Vcenter Vm Guest Networking Interfaces IpAddressInfo

The Vcenter Vm Guest Networking Interfaces IpAddressInfo schema describes a specific IP Address.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "ip_address": "string",
    "prefix_length": 0,
    "origin": "string",
    "state": "string"
}
string
ip_address
Required

IPv4 address is specified using dotted decimal notation. For example, "192.0.2.1". IPv6 addresses are 128-bit addresses specified using eight fields of up to four hexadecimal digits. A colon separates each field (:). For example, 2001:DB8:101::230:6eff:fe04:d9ff. The address can also consist of the symbol '::' to represent multiple 16-bit groups of contiguous 0's only once in an address as described in RFC 2373.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
prefix_length
Required

Denotes the length of a generic Internet network address prefix. Prefix length: the valid range of values is 0-32 for IPv4, and 0-128 for IPv6. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB), with all other bits set to 0. A value of zero is valid only if the calling context defines it.

This property was added in vSphere API 7.0.0.0.

string
origin
Optional

How this address was configured.

For more information see: Vcenter Vm Guest Networking Interfaces IpAddressOrigin.

This property was added in vSphere API 7.0.0.0.

If missing or null the data was not available.

string
state
Required

The state of this ipAddress.

For more information see: Vcenter Vm Guest Networking Interfaces IpAddressStatus.

This property was added in vSphere API 7.0.0.0.